GtkEntryAccessible: also handle entry icon tooltip NULL in notify_gtk.
authorAlban Browaeys <prahal@yahoo.com>
Thu, 7 Mar 2013 14:54:04 +0000 (15:54 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 17 Mar 2013 20:12:52 +0000 (16:12 -0400)
commitda961b7ab8f736c963954f5f39dfa395c1670d86
treec92b97befb513442b5a97cf01381708cb886a60f
parent8e65fa1b43067f5ccebd8ab2070f678651a174d5
GtkEntryAccessible: also handle entry icon tooltip NULL in notify_gtk.

To clear the tooltip one is to set the tooltip to NULL. Though
the GtkEntryAccessible expect this tooltip to not be NULL in
gtk_entry_accessible_notify_gtk (already handling this case
 in its _init).

Fixes:
** (epiphany:23914): CRITICAL **: atk_object_set_description: assertion
`description != NULL' failed
when epiphany g_object_set the entry icon tooltip to NULL (clear the
tooltip) in its find bar.

https://bugzilla.gnome.org/show_bug.cgi?id=695375
gtk/a11y/gtkentryaccessible.c